﻿.ih5-text-select, .is-editable {
    user-select: text !important;
    -webkit-user-select: text !important
}

.stage-proxy-dragging .ih5-text-select, .stage-proxy-dragging .is-editable {
    user-select: none !important;
    -webkit-user-select: none !important
}

.text-edit-area {
    position: absolute;
    resize: none;
    overflow-y: hidden;
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    color: inherit;
    font: inherit;
    text-decoration: inherit;
    line-height: inherit
}

#ivx .text-edit-area {
    font-size: inherit
}

.ih5-text_max-rows .text_inner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.justify-content-start {
    display: -ms-flexbox;
    -ms-flex-pack: start
}

.justify-content-center {
    display: -ms-flexbox;
    -ms-flex-pack: center
}

.justify-content-end {
    display: -ms-flexbox;
    -ms-flex-pack: end
}

.align-items-start {
    display: -ms-flexbox;
    -ms-flex-align: start
}

.align-items-center {
    display: -ms-flexbox;
    -ms-flex-align: center
}

.align-items-end {
    display: -ms-flexbox;
    -ms-flex-align: end
}
